Adwaita: tone down popover dropshadow
authorJakub Steiner <jimmac@gmail.com>
Thu, 7 May 2015 08:16:46 +0000 (10:16 +0200)
committerJakub Steiner <jimmac@gmail.com>
Thu, 7 May 2015 08:17:22 +0000 (10:17 +0200)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 03e32622f1abe5874c4584f35bb0c564168d52ae..3b3992e7a1cf7858c1406a75b317cf002ecb6083 100644 (file)
@@ -1546,7 +1546,7 @@ column-header.button.dnd { // for treeview-like derive widgets
   border-radius: 5px;
   background-color: mix($bg_color, $base_color, 50%);
 
-  box-shadow: 0 2px 3px transparentize(black, 0.5);
+  box-shadow: 0 1px 2px transparentize(black, 0.7);
 
   &:backdrop {
     box-shadow: none;
index 38fad37f29513902308d9f88e1a02fe091d6cca6..95e0cb81f0c8bd2380b476980a4e1cd79066220f 100644 (file)
@@ -2056,7 +2056,7 @@ column-header .titlebar .button.titlebutton,
   border: 1px solid #1c1f1f;
   border-radius: 5px;
   background-color: #313434;
-  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
+  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
   .popover:backdrop {
     box-shadow: none; }
   .popover > .list,
index 6295d79bd354fd20b8399033ceca1e84f662fc4a..8074dc99c73247f94a8dd41b0e777e7a217ac13b 100644 (file)
@@ -2062,7 +2062,7 @@ column-header .titlebar .button.titlebutton,
   border: 1px solid #a1a1a1;
   border-radius: 5px;
   background-color: #f6f6f6;
-  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
+  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
   .popover:backdrop {
     box-shadow: none; }
   .popover > .list,